home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 081 / nsend.arc / NSEND.DOC next >
Text File  |  1987-06-14  |  3KB  |  60 lines

  1.  
  2.                                   NSEND.EXE
  3.                                      1.0
  4.                                 June 13, 1987
  5.  
  6.      This is directly stolen from Wynn Wagner's OSEND. As far as I  know 
  7.      that means its still coverred under the Wynn Wagner's "must be used 
  8.      in a friendly, legal manner and be free to anyone" license. 
  9.         
  10.      The  difference is that I've added enough code to allow the use  of 
  11.      wildcards  in  the file names. OPUS 1.00 will not send out  a  file 
  12.      with a wildcard in the name because it can't find a match so  NSEND 
  13.      expands any wildcards to full file names.
  14.  
  15.  |   You  can also use NSEND 1.0 to send the same file(s)  to  different 
  16.  |   Matrix  addresses, with different attributes set. That is, you  can 
  17.  |   send  say,  the NODEDIFF, to up to 20 boards in one  command  line, 
  18.  |   each  with  its own behavior, (whether its Crash, Hold,  or  Normal 
  19.  |   mail)
  20.  
  21.      To use just enter:
  22.        
  23. NSEND C:\Opus\Files\Comm\QMS*.arc -N119/13 -H119/5 -C119/42 -PC:\Opus\Outbound
  24.                         |            |        |       |         |
  25.      Path and filename -+   Net/Node address  |       |      Outbound hold-
  26.      (can be more than      of receiver for   |       |      ing directory.
  27.      more than one per      Normal mail.      |       |     (/Opus/Outbound/ 
  28.      line.)             Mark files as "Hold" -+       |      by default)
  29.                         for 119/5                     |
  30.                                    Send to 119/42 Crash
  31.  
  32.      If  NSEND is unable to find any matching files for the filename  it 
  33.      is  given it will not generate an outbound mail file.  The  current 
  34.      limit  on the number of files it will mail in one pass is 30.  That 
  35.      was just rather arbitrarily taken from OPUS.H. 
  36.  
  37.  |   I think the ability send to multiple boards from the same  command 
  38.  |   line  removes  the  need to have NSEND read a  script  file  unless 
  39.  |   someone can come up with some reason why it should. If you come  up 
  40.  |   with one, please send a sample of what the script file would do.
  41.         
  42.      As always, suggestions are welcome.
  43.  
  44.                                         Doug Boone
  45.                                         119/5
  46.        
  47.      History:
  48.        
  49.      NSEND 0.00 June 9, 1987
  50.        
  51.      Copied  from Wynn Wagner's OSEND_11, added the code to  allow  wild 
  52.      cards  in file names. Altered small section so that  enterring  the 
  53.      holding area with a trailing backslash is not an error.
  54.  
  55.  
  56.      NSEND 1.00 June 13, 1987
  57.      Dropped  the  '-ANet/Node' in favor of allowing entry  of  multiple 
  58.      addresses.  The current limit is 20 matrix addresses and 30  files. 
  59.      That's 600 files in one pass. Would probably tie up your board  for 
  60.      hours if you tried to exceed it.